How to know or change the size of the Windows Event Log from a program under Windows XP? [closed]

Posted by ahmd1 on Super User See other posts from Super User or by ahmd1
Published on 2012-11-10T07:55:23Z Indexed on 2012/11/10 17:07 UTC
Read the original article Hit count: 166

Filed under:
|
|
|

I ran into a weird problem on a Windows XP system. My local service app logs its diagnostic messages into the Windows Event Log, so at some point those messages stopped being logged. I thought that the issue was in my code, but then I discovered that other processes can't log messages either.

So I was wondering, is there a limit on the Windows Event Log size?

PS. I guess I need to write this specifically -- I need to know/change the size from a command line or an API.

© Super User or respective owner

Related posts about c#

Related posts about c++